home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Orlando_1993 / Devcon93.1 / README < prev   
Encoding:
Text File  |  1993-01-12  |  1.5 KB  |  34 lines

  1.  
  2. To uncompress most archives, you can use the lhunarc utility by
  3. Jonathan Forbes on Disk 4.
  4.  
  5. However. some archives may contain directories of only directories
  6. (i.e., no files) and lhunarc cannot unarchive these unless you
  7. create the needed directories first.  For these archives, use
  8. the extract (x) option of other archiving tools such as LHARC,
  9. or use lhunarc after creating the directories that the archive
  10. requires.
  11.  
  12. Note: Some archives unarchive into one upper-level directory,
  13. but others unarchive into loose files and/or directories (in fact
  14. some archives MUST do this because they should be unarchived onto
  15. a diskette and then installed).  Before unarchiving any archive,
  16. use your unarchiver's "v" option to view the contents of the
  17. archive (or check the archive.contents file accompanying the
  18. archive) to determine whether you should first create a directory
  19. and CD into it before unarchiving.
  20.  
  21.  
  22. A note about the examples:
  23.  
  24. Some of the C language examples ask for pragma files (for example,
  25. <pragmas/dos_pragmas.h>).  If your compiler does not come with
  26. pragma files, or does not provide a tool for converting FD files
  27. into pragma files, then just comment out the example lines which
  28. include the pragmas, and try linking with the latest V39 amiga.lib
  29. that you have.  For all standard system libraries, that should resolve
  30. the function references.  However, for new libraries which have no
  31. linker libs and do not have stubs in amiga.lib, you must either
  32. use pragmas or write assembler stubs for the functions.
  33.  
  34.